Footer Property (FlexChartBase<T>)
In This Topic
Gets or sets the text displayed in the chart footer.
Syntax
'Declaration
Public Property Footer As System.String
'Usage
Dim instance As FlexChartBase(Of T)
Dim value As System.String
instance.Footer = value
value = instance.Footer
public System.string Footer {get; set;}
public read-write property Footer: System.String;
public function get,set Footer : System.String
public: __property System.string* get_Footer();
public: __property void set_Footer(
System.string* value
);
public:
property System.String^ Footer {
System.String^ get();
void set ( System.String^ value);
}
See Also